projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a6854
)
(Flymake mode): find-file-hook instead of ...-hooks.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Jan 2007 14:37:08 +0000
(14:37 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Jan 2007 14:37:08 +0000
(14:37 +0000)
man/flymake.texi
patch
|
blob
|
history
diff --git
a/man/flymake.texi
b/man/flymake.texi
index 3861fe7081290b8b0543c95591179f237028f461..4ad1d822397728f8ebaa3ff1549253232904eaee 100644
(file)
--- a/
man/flymake.texi
+++ b/
man/flymake.texi
@@
-155,7
+155,7
@@
file for which syntax check is possible. To do so, place the following
line in @code{.emacs}:
@lisp
-(add-hook 'find-file-hook
s
'flymake-find-file-hook)
+(add-hook 'find-file-hook 'flymake-find-file-hook)
@end lisp
@node Running the syntax check